Fullscreen Image

Accruent Siterra 24.5 Release Notes

We delivered this automatic upgrade to UAT environments on November 14, 2024. Items in this release are now merged into the 25.1 release.

Multi-Factor Authentication (MFA)

SP-55584

If your Siterra environment is configured for Accruent Central Authentication v3, Administrators can now invite a user to set up MFA on the Users page. MFA allows your organization to add an additional layer of security for external users who are not allowed to use your organization's Single Sign-On.

Partially deactivate sites

SP-54981

When you deactivate a site, you can now opt to partially deactivate it by filtering child objects and selecting the ones you want to remain active and exclude from the deactivation. You can only exclude first level child objects.

Calculated Extended Attributes

SP-56087

When you add a Calculated Extended Attribute, you can now select the COUNT and ROUND functions and click Add Function to Expression to add them to your Expression more easily.

Improvements and issues fixed

Component Summary Reference #
Sites

To display the site number before its name, Administrators can now select Number first in breadcrumbs in the new Additional Configuration pane within the Portfolio Customization options.

SP-55888
API

All API users can now use the task groups by project endpoint in the Projects module, without requiring Administration privileges. For example:

{baseApiPath}/projects/v1/taskgroupsbyproject?ProjectIds={projectId1, projectId2}

Returns the Project Task Groups associated with projectId1 and projectId2.

SP-55457
API

API users can now use the WorkflowRejection endpoint in accordance with the roles and permissions they are assigned in for the user interface. For example:

{baseApiPath}/projects/v1/WorkflowRejection/Save

SP-54905

API

REST APIs now create a record for new objects in all extended attribute tables to prevent missing data row errors.

SP-50243

External Links

External Links now correctly capture and include the Project Number for all projects.

SP-55739

Notes

Adding notes from the Edit Schedule tab or the Schedule tab now works correctly.

SP-55789

Import

When you create a project using the import, the Type in the project import schema must now match the Type in the associated Schedule Template to prevent projects being imported with an incorrect Type. Projects with an incorrect type are not created.

SP-55844

Finance

When you extend the main payment by adjusting the Start Date, the linked tax payment now automatically displays the changes with correct dates and ordering.

SP-55922

Photos

You can now set a photo as primary in a site without an error displaying.

SP-56001

Calculated Extended Attributes

Nested calculated extended attributes now resolve correctly.

An error no longer occurs when a calculated extended attribute is referenced by another calculated extended attribute that meets one of these conditions:

  • It has no reference to a regular extended attribute or standard attribute. For example, 1+2

  • Only references other regular extended attribute or standard attributes that are already referenced by another nested calculated extended attribute or the parent calculated extended attribute. Examples:

    • {nestedCalcEa1} = {regularEa1} + 1

    • {nestedCalcEa2} = {regularEa1) * 2

    • outerCalcEa = {nestedCalcEa1} - {nestedCalcEa2} + {regularEa1}

SP-56137

API

API users can now use the asset types endpoint to retrieve the asset types based on the Assets Read/View global permission if not an Administrator. For example:

{baseApiPath}/assets/v1/assetTypes

SP-54829

API

API users can now use the taskstatuses endpoint without depending on their role and permissions granted. For example:

{baseApiPath}/projects/v1/taskstatuses

SP-54904

API

API users can now use the GET ODATA API endpoint to retrieve lease objects, with full ODATA support and role-based permissions.

SP-55572